From df9760236b5a55be6d14c09a4b080df34bfe80c4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Jul 2010 16:40:09 +0100 Subject: [PATCH] libxl: fix typo in comment Signed-off-by: Ian Campbell --- tools/libxl/libxl_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index b07a9baf3a..10d45c70e6 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -176,7 +176,7 @@ int hvm_build_set_params(xc_interface *handle, uint32_t domid, /* higher-level double-fork and separate detach eg as for device models */ struct libxl_spawn_starting { - /* put this in your own stateu structure as returned to application */ + /* put this in your own status structure as returned to application */ /* all fields are private to libxl_spawn_... */ pid_t intermediate; char *what; /* malloc'd in spawn_spawn */ -- 2.30.2